home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / tests / pdevtest / test.feb16.rmt.nodaemon / DoMaster < prev    next >
Encoding:
Text File  |  1989-02-16  |  122 b   |  8 lines

  1. #!/sprite/cmds/csh -f
  2.  
  3. echo "$1 Bytes (master)"
  4. foreach rep (1 2 3 4 5)
  5.     pdevtest -M 1 $2 >& /dev/null
  6.     sleep 2
  7. end
  8.